func crypto/internal/entropy/v1.0.0.sha384Block

13 uses

	crypto/internal/entropy/v1.0.0 (current package)
		sha384.go#L28: 	sha384Block(&h, (*[128]byte)(p[0:128]))
		sha384.go#L29: 	sha384Block(&h, (*[128]byte)(p[128:256]))
		sha384.go#L30: 	sha384Block(&h, (*[128]byte)(p[256:384]))
		sha384.go#L31: 	sha384Block(&h, (*[128]byte)(p[384:512]))
		sha384.go#L32: 	sha384Block(&h, (*[128]byte)(p[512:640]))
		sha384.go#L33: 	sha384Block(&h, (*[128]byte)(p[640:768]))
		sha384.go#L34: 	sha384Block(&h, (*[128]byte)(p[768:896]))
		sha384.go#L35: 	sha384Block(&h, (*[128]byte)(p[896:1024]))
		sha384.go#L40: 	sha384Block(&h, &padlen)
		sha384.go#L55: 		sha384Block(&h, (*[128]byte)(p[:128]))
		sha384.go#L64: 		sha384Block(&h, &finalBlock)
		sha384.go#L68: 	sha384Block(&h, &finalBlock)
		sha384.go#L167: func sha384Block(dh *[8]uint64, p *[128]byte) {